use int instead of time_t to print timezone info
authorVladimir Petko <vladimir.petko@canonical.com>
Fri, 24 Apr 2026 01:36:40 +0000 (13:36 +1200)
committerVladimir Petko <vladimir.petko@canonical.com>
Fri, 24 Apr 2026 01:36:40 +0000 (13:36 +1200)
commit4e69994e2811ff2752c2c860066596f7a326ae02
tree0c265abca1eb56b8a4ed11c61c84c9e58ea7e1ea
parent97801603541933d2e61fbdd63c2df56429b53d77
use int instead of time_t to print timezone info

Bug: https://bugs.openjdk.org/browse/JDK-8334502
Last-Update: 2024-06-19

printf() call uses %02d format specifier that requires an int parameter.

Gbp-Pq: Name jdk-8334502-proposed.patch
src/hotspot/share/runtime/os.cpp